cody - HTMLify profile

cody
4270 Files
633451 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/66 - Text to Speech Converter
const textarea = document.querySelector("textarea"),
voiceList = document.querySelector("select"),
speechButton = document.querySelector("button");
let synth = speechSynthesis,
isSpeaking = true;
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
*{
box-sizing: border-box;
margin:0;
padding :0;